DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on FND_GLOBAL

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

2747: END IF;
2748: END IF;
2749:
2750: -- Only pass in necessary params. After the last necessary param, pass in
2751: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest
2752: -- to be skipped. Defaulting the remainders would be more expensive to do.
2753:
2754: --
2755: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 2770: FND_GLOBAL.local_chr(0),

2766: 'P_PO_NUM_FROM=' || p_doc_num,
2767: 'P_PO_NUM_TO=' || p_doc_num,
2768: 'P_USER_ID=' || p_user_id,
2769: 'P_QTY_PRECISION=' || p_qty_precision,
2770: FND_GLOBAL.local_chr(0),
2771: NULL, NULL,
2772: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2773: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2774: NULL, NULL, NULL, NULL, NULL, NULL, NULL,

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

2856: END IF;
2857: END IF;
2858:
2859: -- Only pass in necessary params. After the last necessary param, pass in
2860: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest
2861: -- to be skipped. Defaulting the remainders would be more expensive to do.
2862:
2863: --
2864: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 2881: FND_GLOBAL.local_chr(0),

2877: 'P_RELEASE_NUM_FROM=' || p_rel_doc_num,
2878: 'P_RELEASE_NUM_TO=' || p_rel_doc_num,
2879: 'P_USER_ID=' || p_user_id,
2880: 'P_QTY_PRECISION=' || p_qty_precision,
2881: FND_GLOBAL.local_chr(0),
2882: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2883: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2884: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2885: NULL, NULL, NULL, NULL, NULL, NULL, NULL,

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

2963: END IF;
2964: END IF;
2965:
2966: -- Only pass in necessary params. After the last necessary param, pass in
2967: -- FND_GLOBAL.local_chr(0) to signify end of param list, allowing the rest
2968: -- to be skipped. Defaulting the remainders would be more expensive to do.
2969:
2970:
2971: --

Line 2984: FND_GLOBAL.local_chr(0),

2980: FALSE,
2981: 'P_REQ_NUM_FROM=' || p_doc_num,
2982: 'P_REQ_NUM_TO=' || p_doc_num,
2983: 'P_QTY_PRECISION=' || p_qty_precision,
2984: FND_GLOBAL.local_chr(0),
2985: NULL, NULL, NULL, NULL, NULL,
2986: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2987: NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2988: NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 4988: l_agent_id := fnd_global.employee_id;

4984: l_mode := UPPER(p_mode);
4985: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();
4986: d_pos := 10;
4987: --Get the Employee Id of the Current User
4988: l_agent_id := fnd_global.employee_id;
4989: --Get Document Sub type
4990: IF(p_doc_type IN (PO_CORE_S.g_doc_type_PO, PO_CORE_S.g_doc_type_PA)) THEN
4991: SELECT type_lookup_code
4992: INTO l_doc_subtype

Line 5334: p_language_code=>FND_GLOBAL.CURRENT_LANGUAGE,

5330: l_progress :='005';
5331: po_communication_pvt.communicate(
5332: p_authorization_status=>l_auth_status,
5333: p_with_terms=>l_conterms_exist_flag,
5334: p_language_code=>FND_GLOBAL.CURRENT_LANGUAGE,
5335: p_mode =>p_communication_method_option,
5336: p_document_id =>p_doc_id,
5337: p_revision_number =>l_revision_num,
5338: p_document_type =>l_doc_type,