DBA Data[Home] [Help]

APPS.PA_CC_TRANSFER_PRICE dependencies on HR_ORGANIZATION_INFORMATION

Line 1999: FROM hr_organization_information

1995:
1996: Cursor c_legal_entity
1997: is
1998: SELECT org_information2 legal_entity_id
1999: FROM hr_organization_information
2000: WHERE organization_id = p_org_id
2001: AND org_information_context = 'Operating Unit Information';
2002:
2003: /* Commented for bug 4920063. Added Above statement for LE

Line 2010: l_legal_entity hr_organization_information.org_information2%TYPE;

2006: where org_id = p_org_id;*/
2007:
2008: /*l_legal_entity pa_implementations_all.legal_entity_id%TYPE; Commented for bug 2920063*/
2009:
2010: l_legal_entity hr_organization_information.org_information2%TYPE;
2011:
2012: BEGIN
2013:
2014: pa_debug.Set_err_stack ('Get_Legal_Entity');