DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on PO_CORE_S

Line 3209: IF (po_core_s.get_product_install_status('XDO') = 'I' ) THEN

3205: /* Bug # 3222207: Added the following function to return whether XDO is installed or not*/
3206: function IS_PON_PRINTING_ENABLED RETURN VARCHAR2 IS
3207: l_communication varchar2(1);
3208: BEGIN
3209: IF (po_core_s.get_product_install_status('XDO') = 'I' ) THEN
3210: RETURN FND_API.G_TRUE;
3211: ELSE
3212: RETURN FND_API.G_FALSE;
3213: END IF;

Line 5023: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);

5019:
5020: /*Bug5983107 Use the below API to get the legal entity name */
5021: BEGIN
5022: select org_id into l_org_id from po_headers_all where po_header_id = p_document_id ;
5023: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);
5024:
5025: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
5026: x_return_status,
5027: x_msg_count,

Line 7870: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(p_org_id);

7866: FROM hr_all_organization_units
7867: WHERE to_char(organization_id) = ( SELECT org_information2 FROM hr_organization_information WHERE org_information_context = 'Accounting Information'
7868: and organization_id = p_org_id ) ; */
7869:
7870: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(p_org_id);
7871:
7872: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
7873: x_return_status,
7874: x_msg_count,