DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on FND_GLOBAL

Line 214: l_agent_id PO_HEADERS.agent_id%TYPE := FND_GLOBAL.employee_id;

210: l_req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE;
211: l_cancel_reqs_flag VARCHAR2(1) := p_cancel_reqs_flag;
212:
213: -- Apps context should be initialized, so we can get the employee id directly
214: l_agent_id PO_HEADERS.agent_id%TYPE := FND_GLOBAL.employee_id;
215:
216: l_action_date DATE := p_action_date;
217: l_cbc_enabled VARCHAR2(1);
218:

Line 2897: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest

2893: END IF;
2894: END IF;
2895:
2896: -- Only pass in necessary params. After the last necessary param, pass in
2897: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest
2898: -- to be skipped. Defaulting the remainders would be more expensive to do.
2899:
2900: --
2901: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 2916: FND_GLOBAL.local_chr(0),

2912: 'P_PO_NUM_FROM=' || p_doc_num,
2913: 'P_PO_NUM_TO=' || p_doc_num,
2914: 'P_USER_ID=' || p_user_id,
2915: 'P_QTY_PRECISION=' || p_qty_precision,
2916: FND_GLOBAL.local_chr(0),
2917: NULL, NULL,
2918: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2919: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2920: NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 3005: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest

3001: END IF;
3002: END IF;
3003:
3004: -- Only pass in necessary params. After the last necessary param, pass in
3005: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest
3006: -- to be skipped. Defaulting the remainders would be more expensive to do.
3007:
3008: --
3009: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 3026: FND_GLOBAL.local_chr(0),

3022: 'P_RELEASE_NUM_FROM=' || p_rel_doc_num,
3023: 'P_RELEASE_NUM_TO=' || p_rel_doc_num,
3024: 'P_USER_ID=' || p_user_id,
3025: 'P_QTY_PRECISION=' || p_qty_precision,
3026: FND_GLOBAL.local_chr(0),
3027: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3028: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3029: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3030: NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 3112: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest

3108: END IF;
3109: END IF;
3110:
3111: -- Only pass in necessary params. After the last necessary param, pass in
3112: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest
3113: -- to be skipped. Defaulting the remainders would be more expensive to do.
3114:
3115:
3116: --

Line 3129: FND_GLOBAL.local_chr(0),

3125: FALSE,
3126: 'P_REQ_NUM_FROM=' || p_doc_num,
3127: 'P_REQ_NUM_TO=' || p_doc_num,
3128: 'P_QTY_PRECISION=' || p_qty_precision,
3129: FND_GLOBAL.local_chr(0),
3130: NULL, NULL, NULL, NULL, NULL,
3131: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3132: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
3133: NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 5162: l_agent_id := fnd_global.employee_id;

5158: l_mode := UPPER(p_mode);
5159: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();
5160: d_pos := 10;
5161: --Get the Employee Id of the Current User
5162: l_agent_id := fnd_global.employee_id;
5163: --Get Document Sub type
5164: IF(p_doc_type IN (PO_CORE_S.g_doc_type_PO, PO_CORE_S.g_doc_type_PA)) THEN
5165: SELECT type_lookup_code
5166: INTO l_doc_subtype