DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SINGLE_PMT_PKG dependencies on IBY_PROCESS_ORGS

Line 408: l_process_org_rec IBY_PROCESS_ORGS%ROWTYPE;

404: l_payment_id IBY_PAYMENTS_ALL.payment_id%TYPE;
405:
406: /* used to store access types for manual payment */
407: l_process_func_rec IBY_PROCESS_FUNCTIONS%ROWTYPE;
408: l_process_org_rec IBY_PROCESS_ORGS%ROWTYPE;
409:
410: /* used to store transaction error ids that are returned to caller */
411: l_trxnErrorIdsTab trxnErrorIdsTab;
412:

Line 1120: INSERT INTO IBY_PROCESS_ORGS

1116: l_process_org_rec.org_type := p_organization_type;
1117: l_process_org_rec.object_id := l_payreq_id;
1118: l_process_org_rec.object_type := 'PAYMENT_REQUEST';
1119:
1120: INSERT INTO IBY_PROCESS_ORGS
1121: (
1122: object_id,
1123: object_type,
1124: org_id,