DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on HR_OPERATING_UNITS

Line 676: l_operating_unit_name HR_OPERATING_UNITS.name%TYPE;

672: PROCEDURE Print_Report(
673: p_contract_number IN VARCHAR2
674: ) IS
675:
676: l_operating_unit_name HR_OPERATING_UNITS.name%TYPE;
677: l_currency_code GL_LEDGERS_PUBLIC_V.currency_code%TYPE;
678: l_index NUMBER;
679: l_rec_count NUMBER;
680: l_no_of_days NUMBER;

Line 695: FROM hr_operating_units hou,

691:
692: CURSOR operating_unit_csr IS
693: SELECT hou.name,
694: book.currency_code
695: FROM hr_operating_units hou,
696: GL_LEDGERS_PUBLIC_V book
697: WHERE hou.set_of_books_id = book.ledger_id
698: AND hou.ORGANIZATION_ID = mo_global.get_current_org_id();
699:

Line 2669: ,hr_operating_units hru

2665: i_taiv_rec.currency_code
2666: ,i_taiv_rec.org_id
2667: ,i_taiv_rec.set_of_books_id
2668: FROM okc_k_headers_b CHR
2669: ,hr_operating_units hru
2670: WHERE CHR.id = r_contracts_csr.khr_id
2671: AND hru.organization_id = CHR.authoring_org_id;
2672:
2673: print_debug('Before inserting into TAI');

Line 6632: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;

6628: -- End - Billing Inline changes - Bug#5898792 - varangan - 28/2/2007
6629:
6630: l_msg_index_out NUMBER;
6631: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
6632: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;
6633: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
6634: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
6635: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
6636: l_trxL_out_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;