DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on STANDARD

Line 4756: /* p_api_version Standard IN param */

4752: /* description : Gets the price list from contract (default */
4753: /* contract if null), if not, default price list */
4754: /* from profile option. */
4755: /* */
4756: /* p_api_version Standard IN param */
4757: /* p_init_msg_list Standard IN param */
4758: /* p_incident_id Service Request ID */
4759: /* p_repair_type_id Repair Type ID */
4760: /* p_ro_contract_line_id RO Contract Line ID */

Line 4757: /* p_init_msg_list Standard IN param */

4753: /* contract if null), if not, default price list */
4754: /* from profile option. */
4755: /* */
4756: /* p_api_version Standard IN param */
4757: /* p_init_msg_list Standard IN param */
4758: /* p_incident_id Service Request ID */
4759: /* p_repair_type_id Repair Type ID */
4760: /* p_ro_contract_line_id RO Contract Line ID */
4761: /* x_contract_pl_id Contract Price List */

Line 4764: /* x_return_status Standard OUT param */

4760: /* p_ro_contract_line_id RO Contract Line ID */
4761: /* x_contract_pl_id Contract Price List */
4762: /* x_profile_pl_id Profile Option Price List */
4763: /* x_currency_code RO Currency */
4764: /* x_return_status Standard OUT param */
4765: /* x_msg_count Standard OUT param */
4766: /* x_msg_data Standard OUT param */
4767: /* */
4768: /*----------------------------------------------------------------*/

Line 4765: /* x_msg_count Standard OUT param */

4761: /* x_contract_pl_id Contract Price List */
4762: /* x_profile_pl_id Profile Option Price List */
4763: /* x_currency_code RO Currency */
4764: /* x_return_status Standard OUT param */
4765: /* x_msg_count Standard OUT param */
4766: /* x_msg_data Standard OUT param */
4767: /* */
4768: /*----------------------------------------------------------------*/
4769: PROCEDURE GET_RO_DEFAULT_CURR_PL

Line 4766: /* x_msg_data Standard OUT param */

4762: /* x_profile_pl_id Profile Option Price List */
4763: /* x_currency_code RO Currency */
4764: /* x_return_status Standard OUT param */
4765: /* x_msg_count Standard OUT param */
4766: /* x_msg_data Standard OUT param */
4767: /* */
4768: /*----------------------------------------------------------------*/
4769: PROCEDURE GET_RO_DEFAULT_CURR_PL
4770: (

Line 4817: -- Standard Start of API savepoint

4813: IF (g_debug > 0 ) THEN
4814: csd_gen_utility_pvt.ADD ('GET_RO_DEFAULT_CURR_PL Begins');
4815: END IF;
4816:
4817: -- Standard Start of API savepoint
4818: SAVEPOINT GET_RO_DEFAULT_CURR_PL;
4819:
4820: -- Standard call to check for call compatibility.
4821: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

4816:
4817: -- Standard Start of API savepoint
4818: SAVEPOINT GET_RO_DEFAULT_CURR_PL;
4819:
4820: -- Standard call to check for call compatibility.
4821: IF NOT FND_API.Compatible_API_Call (l_api_version,
4822: p_api_version,
4823: l_api_name,
4824: G_PKG_NAME)

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

5346:
5347: END IF;
5348:
5349:
5350: -- Standard call to get message count and IF count is get message info.
5351: FND_MSG_PUB.Count_And_Get
5352: (p_count => x_msg_count,
5353: p_data => x_msg_data );
5354: