DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_UTIL dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 112: l_fully_res_flag financials_system_parameters.req_encumbrance_flag%TYPE;

108: IS
109:
110: i BINARY_INTEGER;
111:
112: l_fully_res_flag financials_system_parameters.req_encumbrance_flag%TYPE;
113: l_auth_status po_releases.authorization_status%TYPE;
114: l_head_closed po_releases.closed_code%TYPE;
115:
116: l_user_hold_flag po_releases.hold_flag%TYPE;

Line 783: FINANCIALS_SYSTEM_PARAMETERS fsp,

779:
780: SELECT hr.location_code
781: INTO x_location_code
782: FROM HR_LOCATIONS hr,
783: FINANCIALS_SYSTEM_PARAMETERS fsp,
784: ORG_ORGANIZATION_DEFINITIONS ood
785: WHERE hr.location_id = x_location_id
786: AND hr.inventory_organization_id = ood.organization_id (+)
787: AND nvl(ood.set_of_books_id, fsp.set_of_books_id) = fsp.set_of_books_id;