DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_UTIL dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 92: l_fully_res_flag financials_system_parameters.req_encumbrance_flag%TYPE;

88: IS
89:
90: i BINARY_INTEGER;
91:
92: l_fully_res_flag financials_system_parameters.req_encumbrance_flag%TYPE;
93: l_auth_status po_releases.authorization_status%TYPE;
94: l_head_closed po_releases.closed_code%TYPE;
95:
96: l_user_hold_flag po_releases.hold_flag%TYPE;

Line 658: FINANCIALS_SYSTEM_PARAMETERS fsp,

654:
655: SELECT hr.location_code
656: INTO x_location_code
657: FROM HR_LOCATIONS hr,
658: FINANCIALS_SYSTEM_PARAMETERS fsp,
659: ORG_ORGANIZATION_DEFINITIONS ood
660: WHERE hr.location_id = x_location_id
661: AND hr.inventory_organization_id = ood.organization_id (+)
662: AND nvl(ood.set_of_books_id, fsp.set_of_books_id) = fsp.set_of_books_id;