Saturday, 29 July 2017

JDR Tables in OAF (oracle application Framework)

Hello

We do have only four tables in complete OAF and one API .

Listed out four tables :

  1. JDR_PATHS: Stores the path of the documents, OA Framework pages and their parent child relationship.
  2. JDR_COMPONENTS: Stores components on documents and OA Framework pages.
  3. JDR_ATTRIBUTES: Stores attributes of components on documents and OA Framework pages.
  4. JDR_ATTRIBUTES_TRANS: Stores translated attribute values of document components or OA framework pages.
and One API

JDR_UTILS

ListDocument: Provide full path of document:

only listdocument will contain two paramters, first is path and second is boolean value (true)

DECLARE
BEGIN
jdr_utils.listdocuments(‘/oracle/apps/icx/por/rer/server’, TRUE);
END;

ListCustomizations: From this we can check whether view has been extended or not

PRINTDOCUMENT: To get the XML of the object passed as parameter. 
DECLARE
BEGIN
jdr_utils.printdocument('
/oracle/apps/icx/por/req/server/customizations/site/0/xxPORequisitionLinesVO');
END;

DELETEDOCUMENT: if you want to delete the customizations then it will be Use to delete the customization.

DECLARE
BEGIN
jdr_utils.deletedocument(‘/oracle/apps/icx/por/req/server/customizations/site/0/xxPORequisitionLinesVO’);
END;

Friday, 21 July 2017

why power button on our laptops has that particular symbol

The reason why power button on our laptops has that particular symbol is :

Power on is represented by the below image (binary digit 1)

Power off is represented by the below symbol (binary digit 0)

Since Power button is used for both on and off (stand by), power button got that particular symbol.

Is Family that really important ?


Story:
I'm 23.
I'm working in a software company as in India this is the most common job anyone can have.
I had some good friends in school all were boys , they were like brothers and now I don't know where they are actually ?
I had a group of good friends in my college , some girls were also there, all were so close to me and now I don't have any idea about those people.
Yeah some of them are still in contact but they are just on facebook like others.
I've had 3 relationships in my life yet (serious relationship like many people out there)
My first girlfriend recently got married with a well settled guy and she sent me her pic with her husband on fb :P
My second girlfriend with whom I was ready to die is not even in contact with me.
My third girl was my best-friend too but now I don't know in which world she is living actually.
Now at job every-day I'm getting so many PARTNERS to share my instant happiness but they are nowhere around the person I want in my life.
I know after sometime I will not have any idea about these guys too.
Then there is one lady to whom I don't talk for hours but I talk each and every day.Yes!!! she is my mom.
If I'm on video chat with my mom all she do is she just watch her Eldest and most loving son for hours and try to recognize whether I'm happy or not.
There are my two younger loving brothers with whom I used to fight each and every single day, they call me 4-5 times in a week.SO people did u get me ???
Do I need to say anything else...
Life taught me the value of family and I hope everyone will learn some day. :)

Some Interesting facts

  • 3 Idiots’, ‘Taare Zameen Par’ and ‘PK’ are the only three Indian films to have over 1 lakh votes rating it on IMDB (as of now).
  • IMDB and Goodreads by the way are owned by Amazon.
  • The Veg and Non-Veg symbol we see on our packaged food is used only in India and a very few Asian countries. (source)
  • Amul’s mascot- this cute little girl, was designed by Sylvester Da Cunha and was first conceived in 1967.
  • On Windows, you cannot create a folder with the name “con”. (Go try it for yourself!)(there is a backdoor however)
  • Facebook has a blue-colored theme because its founder, Mark Zuckerberg, is red-green colorblind and hence chose the color blue while designing.
  • By the way, you cannot block Mark Zuckerberg on Facebook (even if he has really pissed you off!)
  • The founders of Adidas and Puma are brothers!
  • The first item ever sold on Amazon was a book titled "Fluid Concepts & Creative Analogies: Computer Models of the Fundamental Mechanisms of Thought." in 1995.
  • There are more number of words beginning with the letter ‘s’ than any other letter.
  • The TV show Friends was initially titled “Friends like Us” and “Insomnia Cafe”.
  • The name ‘Microsoft’ is a combination (portmanteau) of “MICROcomputer” and “SOFTware”.
and one final “fact”,
  • Tagging a friend whose name starts with ‘R’ will not ensure that he/she treats you with a pizza!