DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on STANDARD

Line 342: c.standard_terms payment_term_id

338: --added for rules migration
339: CURSOR cur_address_billto(p_contract_id IN VARCHAR2) IS
340: SELECT a.cust_acct_id cust_account_id,
341: b.cust_acct_site_id,
342: c.standard_terms payment_term_id
343: FROM okc_k_headers_v a,
344: okx_cust_site_uses_v b,
345: hz_customer_profiles c
346: WHERE a.id = p_contract_id

Line 894: -- Set Tax exempt flag to Standard

890: END IF;
891: END IF;
892: --gkhuntet added for Manual Invoices 06-07-2007 end
893:
894: -- Set Tax exempt flag to Standard
895: x_taiv_rec.tax_exempt_flag := 'S';
896: x_taiv_rec.tax_exempt_reason_code := NULL;
897:
898: --start: | 30-Mar-2007 cklee -- validate taiv_rec.trx_status_code and default to |

Line 3423: -- IN : p_api_version - Standard input parameter

3419: -- Function : It is Used to Update header in TAI and Insert/Update line
3420: -- in TIL/TLD. And if the trx_status_code is submitted then
3421: -- make a accounting call for all TLD records.
3422: -- Parameters :
3423: -- IN : p_api_version - Standard input parameter
3424: -- p_init_msg_list - Standard input parameter
3425: -- p_taiv_rec - Record type for OKL_TRX_AR_INVOICES_B.
3426: -- p_tilv_tbl -- Table type for OKL_TXL_AR_INV_LNS_B.
3427: -- Version : 1.0

Line 3424: -- p_init_msg_list - Standard input parameter

3420: -- in TIL/TLD. And if the trx_status_code is submitted then
3421: -- make a accounting call for all TLD records.
3422: -- Parameters :
3423: -- IN : p_api_version - Standard input parameter
3424: -- p_init_msg_list - Standard input parameter
3425: -- p_taiv_rec - Record type for OKL_TRX_AR_INVOICES_B.
3426: -- p_tilv_tbl -- Table type for OKL_TXL_AR_INV_LNS_B.
3427: -- Version : 1.0
3428: -- History : gkhuntet created.

Line 3832: -- IN : p_api_version - Standard input parameter

3828: -- Either p_taiv_id or p_tilv_id should be passed.
3829: -- If p_taiv_id is passed then delete TAI ,all TIL of TAI and all TLD of TIL records.
3830: -- And If p_tilv_id is passed then delete TIL and all TLD of TIL.
3831: -- Parameters :
3832: -- IN : p_api_version - Standard input parameter
3833: -- p_init_msg_list - Standard input parameter
3834: -- p_taiv_id - ID of OKL_TRX_AR_INVOICES_B.
3835: -- p_tilv_id -- ID of OKL_TXL_AR_INV_LNS_B.
3836: -- Version : 1.0

Line 3833: -- p_init_msg_list - Standard input parameter

3829: -- If p_taiv_id is passed then delete TAI ,all TIL of TAI and all TLD of TIL records.
3830: -- And If p_tilv_id is passed then delete TIL and all TLD of TIL.
3831: -- Parameters :
3832: -- IN : p_api_version - Standard input parameter
3833: -- p_init_msg_list - Standard input parameter
3834: -- p_taiv_id - ID of OKL_TRX_AR_INVOICES_B.
3835: -- p_tilv_id -- ID of OKL_TXL_AR_INV_LNS_B.
3836: -- Version : 1.0
3837: -- History : gkhuntet created.