DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on STANDARD

Line 318: c.standard_terms payment_term_id

314: --added for rules migration
315: CURSOR cur_address_billto(p_contract_id IN VARCHAR2) IS
316: SELECT a.cust_acct_id cust_account_id,
317: b.cust_acct_site_id,
318: c.standard_terms payment_term_id
319: FROM okc_k_headers_v a,
320: okx_cust_site_uses_v b,
321: hz_customer_profiles c
322: WHERE a.id = p_contract_id

Line 791: -- Set Tax exempt flag to Standard

787: END IF;
788: END IF;
789: --gkhuntet added for Manual Invoices 06-07-2007 end
790:
791: -- Set Tax exempt flag to Standard
792: x_taiv_rec.tax_exempt_flag := 'S';
793: x_taiv_rec.tax_exempt_reason_code := NULL;
794:
795: --start: | 30-Mar-2007 cklee -- validate taiv_rec.trx_status_code and default to |

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

3174: -- Function : It is Used to Update header in TAI and Insert/Update line
3175: -- in TIL/TLD. And if the trx_status_code is submitted then
3176: -- make a accounting call for all TLD records.
3177: -- Parameters :
3178: -- IN : p_api_version - Standard input parameter
3179: -- p_init_msg_list - Standard input parameter
3180: -- p_taiv_rec - Record type for OKL_TRX_AR_INVOICES_B.
3181: -- p_tilv_tbl -- Table type for OKL_TXL_AR_INV_LNS_B.
3182: -- Version : 1.0

Line 3179: -- p_init_msg_list - Standard input parameter

3175: -- in TIL/TLD. And if the trx_status_code is submitted then
3176: -- make a accounting call for all TLD records.
3177: -- Parameters :
3178: -- IN : p_api_version - Standard input parameter
3179: -- p_init_msg_list - Standard input parameter
3180: -- p_taiv_rec - Record type for OKL_TRX_AR_INVOICES_B.
3181: -- p_tilv_tbl -- Table type for OKL_TXL_AR_INV_LNS_B.
3182: -- Version : 1.0
3183: -- History : gkhuntet created.

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

3583: -- Either p_taiv_id or p_tilv_id should be passed.
3584: -- If p_taiv_id is passed then delete TAI ,all TIL of TAI and all TLD of TIL records.
3585: -- And If p_tilv_id is passed then delete TIL and all TLD of TIL.
3586: -- Parameters :
3587: -- IN : p_api_version - Standard input parameter
3588: -- p_init_msg_list - Standard input parameter
3589: -- p_taiv_id - ID of OKL_TRX_AR_INVOICES_B.
3590: -- p_tilv_id -- ID of OKL_TXL_AR_INV_LNS_B.
3591: -- Version : 1.0

Line 3588: -- p_init_msg_list - Standard input parameter

3584: -- If p_taiv_id is passed then delete TAI ,all TIL of TAI and all TLD of TIL records.
3585: -- And If p_tilv_id is passed then delete TIL and all TLD of TIL.
3586: -- Parameters :
3587: -- IN : p_api_version - Standard input parameter
3588: -- p_init_msg_list - Standard input parameter
3589: -- p_taiv_id - ID of OKL_TRX_AR_INVOICES_B.
3590: -- p_tilv_id -- ID of OKL_TXL_AR_INV_LNS_B.
3591: -- Version : 1.0
3592: -- History : gkhuntet created.