DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_QUOTE_PVT dependencies on OKL_AM_UTIL_PVT

Line 252: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;

248: BEGIN
249:
250: -- Get the functional currency from AM_Util
251: -- RMUNJULU 30-DEC-02 2699412 changed to call right function
252: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;
253:
254:
255: -- Get the contract currency details from ACCOUNTING_Util
256: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

Line 387: lx_quote_tbl OKL_AM_UTIL_PVT.quote_tbl_type;

383:
384:
385: -- RMUNJULU 17-DEC-02 Bug # 2484327 -- Added variables for checking
386: -- related to asset level termination
387: lx_quote_tbl OKL_AM_UTIL_PVT.quote_tbl_type;
388: lx_trn_tbl OKL_AM_UTIL_PVT.trn_tbl_type;
389:
390: -- MDOKAL Bug 3577018
391: l_deal_type VARCHAR2(200);

Line 388: lx_trn_tbl OKL_AM_UTIL_PVT.trn_tbl_type;

384:
385: -- RMUNJULU 17-DEC-02 Bug # 2484327 -- Added variables for checking
386: -- related to asset level termination
387: lx_quote_tbl OKL_AM_UTIL_PVT.quote_tbl_type;
388: lx_trn_tbl OKL_AM_UTIL_PVT.trn_tbl_type;
389:
390: -- MDOKAL Bug 3577018
391: l_deal_type VARCHAR2(200);
392:

Line 443: OKL_AM_UTIL_PVT.get_non_trn_contract_quotes (

439: -- IF accepted quote with no trn exists for contract then error
440: -- *****************
441:
442: -- Get accepted quote for contract with no trn
443: OKL_AM_UTIL_PVT.get_non_trn_contract_quotes (
444: p_khr_id => l_khr_id,
445: x_quote_tbl => lx_quote_tbl,
446: x_return_status => l_return_status);
447:

Line 459: l_quote_type := OKL_AM_UTIL_PVT.get_lookup_meaning(

455:
456: -- Check if accepted quote exists for the contract
457: IF lx_quote_tbl.COUNT > 0 THEN
458:
459: l_quote_type := OKL_AM_UTIL_PVT.get_lookup_meaning(
460: 'OKL_QUOTE_TYPE',
461: lx_quote_tbl(lx_quote_tbl.FIRST).qtp_code,
462: 'Y');
463:

Line 487: OKL_AM_UTIL_PVT.get_contract_transactions (

483: -- IF unprocessed termination trn exists for the contract then error
484: -- *****************
485:
486: -- Get all the unprocessed transactions for the contract
487: OKL_AM_UTIL_PVT.get_contract_transactions (
488: p_khr_id => l_khr_id,
489: x_trn_tbl => lx_trn_tbl,
490: x_return_status => l_return_status);
491:

Line 731: lx_quote_tbl OKL_AM_UTIL_PVT.quote_tbl_type;

727: lx_contract_status VARCHAR2(200);
728:
729: -- RMUNJULU 17-DEC-02 Bug # 2484327 -- Added variables for checking
730: -- related to asset level termination
731: lx_quote_tbl OKL_AM_UTIL_PVT.quote_tbl_type;
732: lx_trn_tbl OKL_AM_UTIL_PVT.trn_tbl_type;
733:
734: BEGIN
735:

Line 732: lx_trn_tbl OKL_AM_UTIL_PVT.trn_tbl_type;

728:
729: -- RMUNJULU 17-DEC-02 Bug # 2484327 -- Added variables for checking
730: -- related to asset level termination
731: lx_quote_tbl OKL_AM_UTIL_PVT.quote_tbl_type;
732: lx_trn_tbl OKL_AM_UTIL_PVT.trn_tbl_type;
733:
734: BEGIN
735:
736: -- Get the db_sys_date

Line 812: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_EFFECTIVE_TO'));

808: -- You must enter a value for PROMPT
809: OKL_API.set_message(p_app_name => OKL_API.G_APP_NAME,
810: p_msg_name => 'OKL_AM_REQ_FIELD_ERR',
811: p_token1 => 'PROMPT',
812: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_EFFECTIVE_TO'));
813:
814: RAISE G_EXCEPTION_HALT_VALIDATION;
815:
816: END IF;

Line 937: OKL_AM_UTIL_PVT.get_non_trn_contract_quotes (

933: -- IF accepted quote with no trn exists for contract then error
934: -- *****************
935:
936: -- Get accepted quote for contract with no trn
937: OKL_AM_UTIL_PVT.get_non_trn_contract_quotes (
938: p_khr_id => l_contract_id,
939: x_quote_tbl => lx_quote_tbl,
940: x_return_status => l_return_status);
941:

Line 953: l_quote_type := OKL_AM_UTIL_PVT.get_lookup_meaning(

949:
950: -- Check if accepted quote exists for the contract
951: IF lx_quote_tbl.COUNT > 0 THEN
952:
953: l_quote_type := OKL_AM_UTIL_PVT.get_lookup_meaning(
954: 'OKL_QUOTE_TYPE',
955: lx_quote_tbl(lx_quote_tbl.FIRST).qtp_code,
956: 'Y');
957:

Line 979: OKL_AM_UTIL_PVT.get_contract_transactions (

975: -- IF unprocessed termination trn exists for the contract then error
976: -- *****************
977:
978: -- Get all the unprocessed transactions for the contract
979: OKL_AM_UTIL_PVT.get_contract_transactions (
980: p_khr_id => l_contract_id,
981: x_trn_tbl => lx_trn_tbl,
982: x_return_status => l_return_status);
983:

Line 1487: l_event_desc := OKL_AM_UTIL_PVT.get_wf_event_name(

1483: p_transaction_id => lp_quot_rec.id,
1484: p_event_name => l_event_name);
1485:
1486: -- Get the event name
1487: l_event_desc := OKL_AM_UTIL_PVT.get_wf_event_name(
1488: p_wf_process_type => 'OKLAMARQ',
1489: p_wf_process_name => 'QUOTE_ACCEPTANCE_PROC',
1490: x_return_status => l_return_status);
1491:

Line 1508: OKL_AM_UTIL_PVT.process_messages(

1504: p_token1_value => l_event_desc);
1505:
1506:
1507: -- Save message from stack into transaction message table
1508: OKL_AM_UTIL_PVT.process_messages(
1509: p_trx_source_table => 'OKL_TRX_QUOTES_V',
1510: p_trx_id => lp_quot_rec.id,
1511: x_return_status => l_return_status);
1512: