DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on XLE_UTILITIES_GRP

Line 317: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

313: l_doc_display_name PO_DOCUMENT_TYPES.type_name%TYPE;
314: l_binding_exception EXCEPTION;
315: /* Added for the bug 6358219 to fetch the legal_entity name */
316: l_legal_entity_id NUMBER;
317: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
318: x_return_status VARCHAR2(20) ;
319: x_msg_count NUMBER ;
320: x_msg_data VARCHAR2(4000) ;
321: BEGIN

Line 359: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

355:
356: IF l_orgid IS NOT NULL THEN
357: BEGIN
358:
359: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
360: x_return_status,
361: x_msg_count,
362: x_msg_data,
363: null,

Line 1350: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

1346: l_acceptance_note PO_ACCEPTANCES.note%TYPE;
1347: l_notif_id NUMBER;
1348: /* Added for the bug 6358219 to fetch the legal_entity name */
1349: l_legal_entity_id NUMBER;
1350: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
1351: x_return_status VARCHAR2(20) ;
1352: x_msg_count NUMBER ;
1353: x_msg_data VARCHAR2(4000) ;
1354:

Line 1417: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

1413:
1414: IF l_orgid IS NOT NULL THEN
1415: BEGIN
1416:
1417: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
1418: x_return_status,
1419: x_msg_count,
1420: x_msg_data,
1421: null,

Line 1704: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

1700: l_acceptance_note PO_ACCEPTANCES.note%TYPE;
1701: l_notif_id NUMBER;
1702: /* Added for the bug 6358219 to fetch the legal_entity name */
1703: l_legal_entity_id NUMBER;
1704: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
1705: x_return_status VARCHAR2(20) ;
1706: x_msg_count NUMBER ;
1707: x_msg_data VARCHAR2(4000) ;
1708: BEGIN

Line 1763: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

1759:
1760: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_orgid);
1761: IF l_orgid IS NOT NULL THEN
1762: BEGIN
1763: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
1764: x_return_status,
1765: x_msg_count,
1766: x_msg_data,
1767: null,