DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on STANDARD

Line 5022: /* p_api_version Standard IN param */

5018: /* description : Gets the price list from contract (default */
5019: /* contract if null), if not, default price list */
5020: /* from profile option. */
5021: /* */
5022: /* p_api_version Standard IN param */
5023: /* p_init_msg_list Standard IN param */
5024: /* p_incident_id Service Request ID */
5025: /* p_repair_type_id Repair Type ID */
5026: /* p_ro_contract_line_id RO Contract Line ID */

Line 5023: /* p_init_msg_list Standard IN param */

5019: /* contract if null), if not, default price list */
5020: /* from profile option. */
5021: /* */
5022: /* p_api_version Standard IN param */
5023: /* p_init_msg_list Standard IN param */
5024: /* p_incident_id Service Request ID */
5025: /* p_repair_type_id Repair Type ID */
5026: /* p_ro_contract_line_id RO Contract Line ID */
5027: /* x_contract_pl_id Contract Price List */

Line 5030: /* x_return_status Standard OUT param */

5026: /* p_ro_contract_line_id RO Contract Line ID */
5027: /* x_contract_pl_id Contract Price List */
5028: /* x_profile_pl_id Profile Option Price List */
5029: /* x_currency_code RO Currency */
5030: /* x_return_status Standard OUT param */
5031: /* x_msg_count Standard OUT param */
5032: /* x_msg_data Standard OUT param */
5033: /* */
5034: /*----------------------------------------------------------------*/

Line 5031: /* x_msg_count Standard OUT param */

5027: /* x_contract_pl_id Contract Price List */
5028: /* x_profile_pl_id Profile Option Price List */
5029: /* x_currency_code RO Currency */
5030: /* x_return_status Standard OUT param */
5031: /* x_msg_count Standard OUT param */
5032: /* x_msg_data Standard OUT param */
5033: /* */
5034: /*----------------------------------------------------------------*/
5035: PROCEDURE GET_RO_DEFAULT_CURR_PL

Line 5032: /* x_msg_data Standard OUT param */

5028: /* x_profile_pl_id Profile Option Price List */
5029: /* x_currency_code RO Currency */
5030: /* x_return_status Standard OUT param */
5031: /* x_msg_count Standard OUT param */
5032: /* x_msg_data Standard OUT param */
5033: /* */
5034: /*----------------------------------------------------------------*/
5035: PROCEDURE GET_RO_DEFAULT_CURR_PL
5036: (

Line 5083: -- Standard Start of API savepoint

5079: IF (g_debug > 0 ) THEN
5080: csd_gen_utility_pvt.ADD ('GET_RO_DEFAULT_CURR_PL Begins');
5081: END IF;
5082:
5083: -- Standard Start of API savepoint
5084: SAVEPOINT GET_RO_DEFAULT_CURR_PL;
5085:
5086: -- Standard call to check for call compatibility.
5087: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 5086: -- Standard call to check for call compatibility.

5082:
5083: -- Standard Start of API savepoint
5084: SAVEPOINT GET_RO_DEFAULT_CURR_PL;
5085:
5086: -- Standard call to check for call compatibility.
5087: IF NOT FND_API.Compatible_API_Call (l_api_version,
5088: p_api_version,
5089: l_api_name,
5090: G_PKG_NAME)

Line 5658: -- Standard call to get message count and IF count is get message info.

5654:
5655: END IF;
5656:
5657:
5658: -- Standard call to get message count and IF count is get message info.
5659: FND_MSG_PUB.Count_And_Get
5660: (p_count => x_msg_count,
5661: p_data => x_msg_data );
5662: