DBA Data[Home] [Help]

APPS.PSB_HR_POPULATE_DATA_PVT dependencies on STANDARD

Line 893: -- Initialize the standard parameters.

889: where lookup_type_meaning = l_definition_table;
890:
891: BEGIN
892:
893: -- Initialize the standard parameters.
894: -- p_return_status := FND_API.G_RET_STS_SUCCESS ;
895:
896: -- This procedure will create assignments from incremental data extract. If
897: -- it is a system_attribute_type, then it is a candidate for adding to the

Line 4948: -- in encoded format only as per Workflow Account Generator standards.

4944: END IF;
4945:
4946: --
4947: -- Decode l_error_message as l_error_message is always supposed to be
4948: -- in encoded format only as per Workflow Account Generator standards.
4949: --
4950: fnd_message.parse_encoded( l_error_message ,
4951: l_appl_short_name ,
4952: l_message_name

Line 7133: -- StANDard call to check FOR call compatibility.

7129: l_last_upDATE_login := FND_GLOBAL.LOGIN_ID;
7130: l_creation_DATE := sysDATE;
7131: l_created_BY := FND_GLOBAL.USER_ID;
7132:
7133: -- StANDard call to check FOR call compatibility.
7134:
7135: IF NOT FND_API.Compatible_API_Call (l_api_version,
7136: p_api_version,
7137: l_api_name,

Line 9577: -- StANDard Start of API savepoint

9573: l_api_version CONSTANT NUMBER := 1.0;
9574:
9575: Begin
9576:
9577: -- StANDard Start of API savepoint
9578:
9579: Savepoint Apply_Defaults;
9580:
9581: l_last_upDATE_DATE := sysDATE;

Line 9587: -- StANDard call to check FOR call compatibility.

9583: l_last_upDATE_login :=FND_GLOBAL.LOGIN_ID;
9584: l_creation_DATE := sysDATE;
9585: l_created_BY := FND_GLOBAL.USER_ID;
9586:
9587: -- StANDard call to check FOR call compatibility.
9588:
9589: IF NOT FND_API.Compatible_API_Call (l_api_version,
9590: p_api_version,
9591: l_api_name,