DBA Data[Home] [Help]

APPS.PSP_PSPRCPGD_XMLP_PKG dependencies on PSP_PRE_GEN_DIST_LINES_HISTORY

Line 147: PSP_PRE_GEN_DIST_LINES_HISTORY B

143: IS
144: SELECT sum(decode(a.dr_cr_flag, 'C',b.distribution_amount,0)) pgdl_Credit_Amount,
145: sum(decode(a.dr_cr_flag, 'D',b.distribution_amount,0)) pgdl_Debit_Amount,
146: B.suspense_reason_code FROM PSP_SUMMARY_LINES A,
147: PSP_PRE_GEN_DIST_LINES_HISTORY B
148: WHERE A.SUMMARY_LINE_ID = B.SUMMARY_LINE_ID
149: AND A.STATUS_CODE = 'A' AND B.STATUS_CODE = 'A'
150: AND a.source_type = p_source_type
151: and a.source_code = p_source_code

Line 168: PSP_PRE_GEN_DIST_LINES_HISTORY B

164: IS
165: SELECT sum(decode(a.dr_cr_flag, 'C',b.distribution_amount,0)) pgdl_Credit_Amount,
166: sum(decode(a.dr_cr_flag, 'D',b.distribution_amount,0)) pgdl_Debit_Amount,
167: B.suspense_reason_code FROM PSP_SUMMARY_LINES A,
168: PSP_PRE_GEN_DIST_LINES_HISTORY B
169: WHERE A.SUMMARY_LINE_ID = B.SUMMARY_LINE_ID
170: AND A.STATUS_CODE = 'A' AND B.STATUS_CODE = 'A'
171: AND a.source_type = p_source_type
172: and a.source_code = p_source_code