DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 3388: FROM hr_organization_information

3384:
3385: /* get the legal entity for timezone conversion */
3386: SELECT TO_NUMBER (org_information2)
3387: INTO l_le_id
3388: FROM hr_organization_information
3389: WHERE organization_id = p_rcv_accttxn.organization_id
3390: AND org_information_context = 'Accounting Information';
3391:
3392: l_stmt_num := 55;