DBA Data[Home] [Help]

APPS.PO_GA_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 788: l_current_sob ORG_ORGANIZATION_DEFINITIONS.set_of_books_id%TYPE;

784: p_ship_to_org_id PO_LINE_LOCATIONS_ALL.ship_to_organization_id%TYPE
785: )
786: RETURN BOOLEAN
787: IS
788: l_current_sob ORG_ORGANIZATION_DEFINITIONS.set_of_books_id%TYPE;
789: l_ga_sob ORG_ORGANIZATION_DEFINITIONS.set_of_books_id%TYPE;
790:
791: BEGIN
792:

Line 789: l_ga_sob ORG_ORGANIZATION_DEFINITIONS.set_of_books_id%TYPE;

785: )
786: RETURN BOOLEAN
787: IS
788: l_current_sob ORG_ORGANIZATION_DEFINITIONS.set_of_books_id%TYPE;
789: l_ga_sob ORG_ORGANIZATION_DEFINITIONS.set_of_books_id%TYPE;
790:
791: BEGIN
792:
793: -- Bug 3014005

Line 806: org_organization_definitions OOD

802: OOD.set_of_books_id
803: INTO l_current_sob,
804: l_ga_sob
805: FROM financials_system_parameters FSP,
806: org_organization_definitions OOD
807: WHERE OOD.organization_id = p_ship_to_org_id;
808:
809: IF ( l_current_sob = l_ga_sob ) THEN
810: return (TRUE);