DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on PER_ASSIGNMENTS_F

Line 4033: from PER_ASSIGNMENTS_F

4029: --bug5003249
4030: Begin
4031: select default_code_comb_id
4032: into l_employee_ccid
4033: from PER_ASSIGNMENTS_F
4034: where person_id = l_employee_id
4035: and set_of_books_id = l_invoice_line_rec.set_of_books_id
4036: and trunc(sysdate) BETWEEN trunc(effective_start_date)
4037: and nvl(trunc(effective_end_date), trunc(sysdate));

Line 4892: from PER_ASSIGNMENTS_F

4888: --bug5003249
4889: Begin
4890: select default_code_comb_id
4891: into l_employee_ccid
4892: from PER_ASSIGNMENTS_F
4893: where person_id = l_employee_id
4894: and set_of_books_id = x_sob_id
4895: and trunc(sysdate) BETWEEN trunc(effective_start_date)
4896: and nvl(trunc(effective_end_date), trunc(sysdate));