DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on PO_CORE_S

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

2814: /* Bug # 3222207: Added the following function to return whether XDO is installed or not*/
2815: function IS_PON_PRINTING_ENABLED RETURN VARCHAR2 IS
2816: l_communication varchar2(1);
2817: BEGIN
2818: IF (po_core_s.get_product_install_status('XDO') = 'I' ) THEN
2819: RETURN FND_API.G_TRUE;
2820: ELSE
2821: RETURN FND_API.G_FALSE;
2822: END IF;

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

4261:
4262: /*Bug5983107 Use the below API to get the legal entity name */
4263: BEGIN
4264: select org_id into l_org_id from po_headers_all where po_header_id= p_document_id ;
4265: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);
4266:
4267: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
4268: x_return_status,
4269: x_msg_count,

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

6674: FROM hr_all_organization_units
6675: WHERE to_char(organization_id) = ( SELECT org_information2 FROM hr_organization_information WHERE org_information_context = 'Accounting Information'
6676: and organization_id = p_org_id ) ; */
6677:
6678: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(p_org_id);
6679:
6680: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
6681: x_return_status,
6682: x_msg_count,