DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on PER_ASSIGNMENTS_F

Line 4312: from PER_ASSIGNMENTS_F

4308: --bug5003249
4309: Begin
4310: select default_code_comb_id
4311: into l_employee_ccid
4312: from PER_ASSIGNMENTS_F
4313: where person_id = l_employee_id
4314: and set_of_books_id = l_invoice_line_rec.set_of_books_id
4315: and trunc(sysdate) BETWEEN trunc(effective_start_date)
4316: and nvl(trunc(effective_end_date), trunc(sysdate));

Line 6176: from PER_ASSIGNMENTS_F

6172: --bug5003249
6173: Begin
6174: select default_code_comb_id
6175: into l_employee_ccid
6176: from PER_ASSIGNMENTS_F
6177: where person_id = l_employee_id
6178: and set_of_books_id = x_sob_id
6179: and trunc(sysdate) BETWEEN trunc(effective_start_date)
6180: and nvl(trunc(effective_end_date), trunc(sysdate));