DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 3382: FROM hr_organization_information

3378:
3379: /* get the legal entity for timezone conversion */
3380: SELECT TO_NUMBER (org_information2)
3381: INTO l_le_id
3382: FROM hr_organization_information
3383: WHERE organization_id = p_rcv_accttxn.organization_id
3384: AND org_information_context = 'Accounting Information';
3385:
3386: l_stmt_num := 55;