DBA Data[Home] [Help]

APPS.IGS_DA_XML_PKG dependencies on IGS_DA_CNFG_REQ_TYP

Line 1518: from igs_da_cnfg_req_typ dcry, igs_da_rqst dr

1514: WHERE transaction_type='DA'
1515: and ep.transaction_id = et.transaction_id
1516: and ep.ext_type =
1517: (select dcry.request_type
1518: from igs_da_cnfg_req_typ dcry, igs_da_rqst dr
1519: where dr.batch_id = p_batch_id
1520: and dcry.request_type_id = dr.request_type_id )
1521: and ep.direction = 'OUT')
1522: )

Line 1532: from igs_da_cnfg_req_typ dcry, igs_da_rqst dr

1528: WHERE transaction_type='DA'
1529: and ep.transaction_id = et.transaction_id
1530: and ep.direction = 'OUT'
1531: and ep.ext_type = (select dcry.request_type
1532: from igs_da_cnfg_req_typ dcry, igs_da_rqst dr
1533: where dr.batch_id = p_batch_id
1534: and dcry.request_type_id = dr.request_type_id );
1535:
1536: /******************************************************************************/