DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_PKG2 dependencies on FND_GLOBAL

Line 402: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;

398:
399: IF (l_distribution_count = 0) THEN -- there are no sibling distributions
400:
401: l_transaction_line_rec_type.internal_organization_id := l_org_id;
402: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;
403: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
404: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
405: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
406: l_transaction_line_rec_type.trx_id := NVL(l_po_release_id, l_po_header_id);