DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on XLE_UTILITIES_GRP

Line 390: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

386: l_doc_display_name PO_DOCUMENT_TYPES.type_name%TYPE;
387: l_binding_exception EXCEPTION;
388: /* Added for the bug 6358219 to fetch the legal_entity name */
389: l_legal_entity_id NUMBER;
390: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
391: x_return_status VARCHAR2(20) ;
392: x_msg_count NUMBER ;
393: x_msg_data VARCHAR2(4000) ;
394: l_document_number PO_HEADERS_ALL.clm_document_number%TYPE; --bug11713924

Line 445: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

441:
442: IF l_orgid IS NOT NULL THEN
443: BEGIN
444:
445: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
446: x_return_status,
447: x_msg_count,
448: x_msg_data,
449: null,

Line 1693: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

1689: l_acceptance_note PO_ACCEPTANCES.note%TYPE;
1690: l_notif_id NUMBER;
1691: /* Added for the bug 6358219 to fetch the legal_entity name */
1692: l_legal_entity_id NUMBER;
1693: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
1694: x_return_status VARCHAR2(20) ;
1695: x_msg_count NUMBER ;
1696: x_msg_data VARCHAR2(4000) ;
1697:

Line 1760: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

1756:
1757: IF l_orgid IS NOT NULL THEN
1758: BEGIN
1759:
1760: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
1761: x_return_status,
1762: x_msg_count,
1763: x_msg_data,
1764: null,

Line 2055: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

2051: l_acceptance_note PO_ACCEPTANCES.note%TYPE;
2052: l_notif_id NUMBER;
2053: /* Added for the bug 6358219 to fetch the legal_entity name */
2054: l_legal_entity_id NUMBER;
2055: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
2056: x_return_status VARCHAR2(20) ;
2057: x_msg_count NUMBER ;
2058: x_msg_data VARCHAR2(4000) ;
2059: BEGIN

Line 2114: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

2110:
2111: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_orgid);
2112: IF l_orgid IS NOT NULL THEN
2113: BEGIN
2114: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
2115: x_return_status,
2116: x_msg_count,
2117: x_msg_data,
2118: null,