1535: BEGIN
1536:
1537: -- JA_AU_PO_IMP_REQ_FLAG profile controls execution of this program.
1538:
1539: FND_PROFILE.GET('JA_AU_PO_IMP_REQ_FLAG',l_po_imp_req_flag);
1540:
1541: IF nvl(l_po_imp_req_flag,'N') <> 'Y' THEN
1542:
1543: return;
1546: --
1547:
1548: -- Get profile value which tells us if auto accounting is to be called.
1549:
1550: FND_PROFILE.GET('JA_AU_PO_AUTO_ACCT',l_call_autoacct);
1551:
1552: OPEN l_po_interface_lines ;
1553:
1554: LOOP