DBA Data[Home] [Help]

APPS.CSD_CHARGE_LINE_UTIL dependencies on STANDARD

Line 67: /* p_api_version Standard IN param */

63: /* description : Gets the price list from contract (default */
64: /* contract if null), if not, default price list */
65: /* from profile option. */
66: /* */
67: /* p_api_version Standard IN param */
68: /* p_init_msg_list Standard IN param */
69: /* p_repair_type_id Repair Type ID */
70: /* p_repair_line_id Repair Line ID */
71: /* p_contract_line_id Contract Line ID */

Line 68: /* p_init_msg_list Standard IN param */

64: /* contract if null), if not, default price list */
65: /* from profile option. */
66: /* */
67: /* p_api_version Standard IN param */
68: /* p_init_msg_list Standard IN param */
69: /* p_repair_type_id Repair Type ID */
70: /* p_repair_line_id Repair Line ID */
71: /* p_contract_line_id Contract Line ID */
72: /* p_currency_code RO Currency */

Line 73: /* x_return_status Standard OUT param */

69: /* p_repair_type_id Repair Type ID */
70: /* p_repair_line_id Repair Line ID */
71: /* p_contract_line_id Contract Line ID */
72: /* p_currency_code RO Currency */
73: /* x_return_status Standard OUT param */
74: /* x_msg_count Standard OUT param */
75: /* x_msg_data Standard OUT param */
76: /* */
77: /*----------------------------------------------------------------*/

Line 74: /* x_msg_count Standard OUT param */

70: /* p_repair_line_id Repair Line ID */
71: /* p_contract_line_id Contract Line ID */
72: /* p_currency_code RO Currency */
73: /* x_return_status Standard OUT param */
74: /* x_msg_count Standard OUT param */
75: /* x_msg_data Standard OUT param */
76: /* */
77: /*----------------------------------------------------------------*/
78: PROCEDURE Get_DefaultPriceList

Line 75: /* x_msg_data Standard OUT param */

71: /* p_contract_line_id Contract Line ID */
72: /* p_currency_code RO Currency */
73: /* x_return_status Standard OUT param */
74: /* x_msg_count Standard OUT param */
75: /* x_msg_data Standard OUT param */
76: /* */
77: /*----------------------------------------------------------------*/
78: PROCEDURE Get_DefaultPriceList
79: (

Line 120: -- Standard Start of API savepoint

116: IF (g_debug > 0 ) THEN
117: csd_gen_utility_pvt.ADD ('Get_DefaultPriceList Begin: p_repair_line_id ='|| p_repair_line_id);
118: END IF;
119:
120: -- Standard Start of API savepoint
121: SAVEPOINT Get_DefaultPriceList;
122:
123: -- Standard call to check for call compatibility.
124: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

119:
120: -- Standard Start of API savepoint
121: SAVEPOINT Get_DefaultPriceList;
122:
123: -- Standard call to check for call compatibility.
124: IF NOT FND_API.Compatible_API_Call (l_api_version,
125: p_api_version,
126: l_api_name,
127: G_PKG_NAME)

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

306:
307:
308: -- API body ends here
309:
310: -- Standard call to get message count and IF count is get message info.
311: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
312: p_data => x_msg_data );
313:
314: EXCEPTION

Line 453: /* p_api_version Standard IN param */

449: /* procedure name: Get_ContractPriceList */
450: /* description : procedure used to get ets the price list */
451: /* specified by the contract */
452: /* */
453: /* p_api_version Standard IN param */
454: /* p_init_msg_list Standard IN param */
455: /* p_contract_line_id Contract Line ID */
456: /* p_repair_type_id Repair Type ID */
457: /* p_currency_code RO Currency */

Line 454: /* p_init_msg_list Standard IN param */

450: /* description : procedure used to get ets the price list */
451: /* specified by the contract */
452: /* */
453: /* p_api_version Standard IN param */
454: /* p_init_msg_list Standard IN param */
455: /* p_contract_line_id Contract Line ID */
456: /* p_repair_type_id Repair Type ID */
457: /* p_currency_code RO Currency */
458: /* x_contract_validated Whether the contract can be used */

Line 461: /* x_return_status Standard OUT param */

457: /* p_currency_code RO Currency */
458: /* x_contract_validated Whether the contract can be used */
459: /* x_contract_pl_id Contract Price List ID */
460: /* x_billing_pl_id Billing Price List ID */
461: /* x_return_status Standard OUT param */
462: /* x_msg_count Standard OUT param */
463: /* x_msg_data Standard OUT param */
464: /* */
465: /*----------------------------------------------------------------*/

Line 462: /* x_msg_count Standard OUT param */

458: /* x_contract_validated Whether the contract can be used */
459: /* x_contract_pl_id Contract Price List ID */
460: /* x_billing_pl_id Billing Price List ID */
461: /* x_return_status Standard OUT param */
462: /* x_msg_count Standard OUT param */
463: /* x_msg_data Standard OUT param */
464: /* */
465: /*----------------------------------------------------------------*/
466: PROCEDURE Get_ContractPriceList

Line 463: /* x_msg_data Standard OUT param */

459: /* x_contract_pl_id Contract Price List ID */
460: /* x_billing_pl_id Billing Price List ID */
461: /* x_return_status Standard OUT param */
462: /* x_msg_count Standard OUT param */
463: /* x_msg_data Standard OUT param */
464: /* */
465: /*----------------------------------------------------------------*/
466: PROCEDURE Get_ContractPriceList
467: (

Line 503: -- Standard Start of API savepoint

499: IF (g_debug > 0 ) THEN
500: csd_gen_utility_pvt.ADD ('Get_ContractPriceList procedure: p_contract_line_id ='|| p_contract_line_id);
501: END IF;
502:
503: -- Standard Start of API savepoint
504: SAVEPOINT Get_ContractPriceList;
505:
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

502:
503: -- Standard Start of API savepoint
504: SAVEPOINT Get_ContractPriceList;
505:
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call (l_api_version,
508: p_api_version,
509: l_api_name,
510: G_PKG_NAME)

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

694: --
695: -- End API Body
696: --
697:
698: -- Standard call to get message count and IF count is get message info.
699: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
700: p_data => x_msg_data );
701:
702: EXCEPTION

Line 734: /* p_api_version Standard IN param */

730: /* procedure name: Validate_Contract */
731: /* description : Checks the currency of the contract to see if */
732: /* it matches the one for repair order */
733: /* */
734: /* p_api_version Standard IN param */
735: /* p_init_msg_list Standard IN param */
736: /* p_contract_line_id Contract Line ID to check currency*/
737: /* p_repair_type_id Repair Type ID to get contract PL */
738: /* p_ro_currency_code RO currency code */

Line 735: /* p_init_msg_list Standard IN param */

731: /* description : Checks the currency of the contract to see if */
732: /* it matches the one for repair order */
733: /* */
734: /* p_api_version Standard IN param */
735: /* p_init_msg_list Standard IN param */
736: /* p_contract_line_id Contract Line ID to check currency*/
737: /* p_repair_type_id Repair Type ID to get contract PL */
738: /* p_ro_currency_code RO currency code */
739: /* x_contract_currency_code Contract PriceList Currency */

Line 741: /* x_return_status Standard OUT param */

737: /* p_repair_type_id Repair Type ID to get contract PL */
738: /* p_ro_currency_code RO currency code */
739: /* x_contract_currency_code Contract PriceList Currency */
740: /* x_contract_validated Whether the contract can be used */
741: /* x_return_status Standard OUT param */
742: /* x_msg_count Standard OUT param */
743: /* x_msg_data Standard OUT param */
744: /* */
745: /*----------------------------------------------------------------*/

Line 742: /* x_msg_count Standard OUT param */

738: /* p_ro_currency_code RO currency code */
739: /* x_contract_currency_code Contract PriceList Currency */
740: /* x_contract_validated Whether the contract can be used */
741: /* x_return_status Standard OUT param */
742: /* x_msg_count Standard OUT param */
743: /* x_msg_data Standard OUT param */
744: /* */
745: /*----------------------------------------------------------------*/
746: PROCEDURE Validate_Contract

Line 743: /* x_msg_data Standard OUT param */

739: /* x_contract_currency_code Contract PriceList Currency */
740: /* x_contract_validated Whether the contract can be used */
741: /* x_return_status Standard OUT param */
742: /* x_msg_count Standard OUT param */
743: /* x_msg_data Standard OUT param */
744: /* */
745: /*----------------------------------------------------------------*/
746: PROCEDURE Validate_Contract
747: (

Line 775: -- Standard Start of API savepoint

771: IF (g_debug > 0 ) THEN
772: csd_gen_utility_pvt.ADD ('Validate Contract function: p_contract_line_id ='|| p_contract_line_id);
773: END IF;
774:
775: -- Standard Start of API savepoint
776: SAVEPOINT Validate_Contract;
777:
778: -- Standard call to check for call compatibility.
779: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

774:
775: -- Standard Start of API savepoint
776: SAVEPOINT Validate_Contract;
777:
778: -- Standard call to check for call compatibility.
779: IF NOT FND_API.Compatible_API_Call (l_api_version,
780: p_api_version,
781: l_api_name,
782: G_PKG_NAME)

Line 968: /* p_api_version Standard IN param */

964: /* procedure name: Get_DiscountedPrice */
965: /* description : procedure used to get the discounted price */
966: /* for applying a contract */
967: /* */
968: /* p_api_version Standard IN param */
969: /* p_init_msg_list Standard IN param */
970: /* p_contract_line_id Contract Line ID */
971: /* p_repair_type_id Repair Type ID */
972: /* p_txn_billing_type_id Transaction Billing Type ID */

Line 969: /* p_init_msg_list Standard IN param */

965: /* description : procedure used to get the discounted price */
966: /* for applying a contract */
967: /* */
968: /* p_api_version Standard IN param */
969: /* p_init_msg_list Standard IN param */
970: /* p_contract_line_id Contract Line ID */
971: /* p_repair_type_id Repair Type ID */
972: /* p_txn_billing_type_id Transaction Billing Type ID */
973: /* p_coverage_txn_grp_id Coverage Transaction Group ID */

Line 977: /* x_return_status Standard OUT param */

973: /* p_coverage_txn_grp_id Coverage Transaction Group ID */
974: /* p_extended_price Extended Price */
975: /* p_no_charge_flag No Charge Flag */
976: /* x_discounted_price Discounted Price */
977: /* x_return_status Standard OUT param */
978: /* x_msg_count Standard OUT param */
979: /* x_msg_data Standard OUT param */
980: /* */
981: /*----------------------------------------------------------------*/

Line 978: /* x_msg_count Standard OUT param */

974: /* p_extended_price Extended Price */
975: /* p_no_charge_flag No Charge Flag */
976: /* x_discounted_price Discounted Price */
977: /* x_return_status Standard OUT param */
978: /* x_msg_count Standard OUT param */
979: /* x_msg_data Standard OUT param */
980: /* */
981: /*----------------------------------------------------------------*/
982: PROCEDURE Get_DiscountedPrice

Line 979: /* x_msg_data Standard OUT param */

975: /* p_no_charge_flag No Charge Flag */
976: /* x_discounted_price Discounted Price */
977: /* x_return_status Standard OUT param */
978: /* x_msg_count Standard OUT param */
979: /* x_msg_data Standard OUT param */
980: /* */
981: /*----------------------------------------------------------------*/
982: PROCEDURE Get_DiscountedPrice
983: (

Line 1014: -- Standard Start of API savepoint

1010: IF (g_debug > 0 ) THEN
1011: csd_gen_utility_pvt.ADD ('Get_DiscountedPrice procedure: p_contract_line_id ='|| p_contract_line_id);
1012: END IF;
1013:
1014: -- Standard Start of API savepoint
1015: SAVEPOINT Get_DiscountedPrice;
1016:
1017: -- Standard call to check for call compatibility.
1018: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1013:
1014: -- Standard Start of API savepoint
1015: SAVEPOINT Get_DiscountedPrice;
1016:
1017: -- Standard call to check for call compatibility.
1018: IF NOT FND_API.Compatible_API_Call (l_api_version,
1019: p_api_version,
1020: l_api_name,
1021: G_PKG_NAME)

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

1145: END IF;
1146:
1147: -- API body ends here
1148:
1149: -- Standard call to get message count and IF count is get message info.
1150: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
1151: p_data => x_msg_data );
1152:
1153: EXCEPTION

Line 1187: /* x_return_status Standard OUT param */

1183: /* for a given contract line and business process */
1184: /* */
1185: /* p_contract_line_id Contract Line ID */
1186: /* p_business_process_id Business process ID */
1187: /* x_return_status Standard OUT param */
1188: /* x_msg_count Standard OUT param */
1189: /* x_msg_data Standard OUT param */
1190: /* x_contract_id Contract ID */
1191: /* x_contract_number Contract Number */

Line 1188: /* x_msg_count Standard OUT param */

1184: /* */
1185: /* p_contract_line_id Contract Line ID */
1186: /* p_business_process_id Business process ID */
1187: /* x_return_status Standard OUT param */
1188: /* x_msg_count Standard OUT param */
1189: /* x_msg_data Standard OUT param */
1190: /* x_contract_id Contract ID */
1191: /* x_contract_number Contract Number */
1192: /* x_coverage_id Coverage ID */

Line 1189: /* x_msg_data Standard OUT param */

1185: /* p_contract_line_id Contract Line ID */
1186: /* p_business_process_id Business process ID */
1187: /* x_return_status Standard OUT param */
1188: /* x_msg_count Standard OUT param */
1189: /* x_msg_data Standard OUT param */
1190: /* x_contract_id Contract ID */
1191: /* x_contract_number Contract Number */
1192: /* x_coverage_id Coverage ID */
1193: /* x_coverage_txn_grp_id Coverage Transaction Group ID */

Line 1442: -- Standard Start of API savepoint

1438: AND nvl(ctt.source_transaction_type, 'OM_SHIPMENT') = 'OM_SHIPMENT';
1439:
1440: BEGIN
1441:
1442: -- Standard Start of API savepoint
1443: SAVEPOINT Convert_To_Actual_Lines;
1444:
1445: -- Standard call to check for call compatibility.
1446: IF NOT FND_API.Compatible_API_Call( lc_api_version,

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

1441:
1442: -- Standard Start of API savepoint
1443: SAVEPOINT Convert_To_Actual_Lines;
1444:
1445: -- Standard call to check for call compatibility.
1446: IF NOT FND_API.Compatible_API_Call( lc_api_version,
1447: p_api_version,
1448: lc_api_name,
1449: G_PKG_NAME ) THEN

Line 2109: -- Standard check of p_commit.

2105: --IF ( x_warning_flag = FND_API.G_TRUE ) THEN
2106: --DBMS_OUTPUT.put_line( 'NEW: TRUE WARNING' );
2107: --END IF;
2108:
2109: -- Standard check of p_commit.
2110:
2111: IF FND_API.To_Boolean( p_commit ) THEN
2112: COMMIT WORK;
2113: END IF;-- Standard call to get message count and IF count is get message info.

Line 2113: END IF;-- Standard call to get message count and IF count is get message info.

2109: -- Standard check of p_commit.
2110:
2111: IF FND_API.To_Boolean( p_commit ) THEN
2112: COMMIT WORK;
2113: END IF;-- Standard call to get message count and IF count is get message info.
2114:
2115: -- logging
2116: if (lc_proc_level >= lc_debug_level) then
2117: FND_LOG.STRING(lc_proc_level, lc_mod_name || '.END',