DBA Data[Home] [Help]

APPS.GMF_AR_GET_INVOICE_LINES_ID dependencies on RA_CUST_TRX_TYPES_ALL

Line 20: RA_CUST_TRX_TYPES_ALL t

16: t.name,
17: l.interface_line_attribute1
18: FROM
19: RA_CUSTOMER_TRX_ALL h, RA_CUSTOMER_TRX_LINES_ALL l,
20: RA_CUST_TRX_TYPES_ALL t
21: WHERE
22: h.customer_trx_id = l.customer_trx_id and
23: h.cust_trx_type_id = t.cust_trx_type_id and
24: l.interface_line_context = 'GEMMS OP' and

Line 37: RA_CUST_TRX_TYPES_ALL t

33: t.name,
34: l.interface_line_attribute1
35: FROM
36: RA_CUSTOMER_TRX_ALL h, RA_CUSTOMER_TRX_LINES_ALL l,
37: RA_CUST_TRX_TYPES_ALL t
38: WHERE
39: h.customer_trx_id = l.customer_trx_id and
40: h.cust_trx_type_id = t.cust_trx_type_id and
41: l.interface_line_context = 'GEMMS OP' and

Line 55: RA_CUST_TRX_TYPES_ALL t

51: t.name,
52: l.interface_line_attribute1
53: FROM
54: RA_CUSTOMER_TRX_ALL h, RA_CUSTOMER_TRX_LINES_ALL l,
55: RA_CUST_TRX_TYPES_ALL t
56: WHERE
57: h.customer_trx_id = l.customer_trx_id and
58: h.cust_trx_type_id = t.cust_trx_type_id and
59: l.interface_line_context = 'GEMMS OP' and

Line 73: RA_CUST_TRX_TYPES_ALL t

69: t.name,
70: l.interface_line_attribute1
71: FROM
72: RA_CUSTOMER_TRX_ALL h, RA_CUSTOMER_TRX_LINES_ALL l,
73: RA_CUST_TRX_TYPES_ALL t
74: WHERE
75: h.customer_trx_id = l.customer_trx_id and
76: h.cust_trx_type_id = t.cust_trx_type_id and
77: l.interface_line_context = 'GEMMS OP' and

Line 91: RA_CUST_TRX_TYPES_ALL t

87: t.name,
88: l.interface_line_attribute1
89: FROM
90: RA_CUSTOMER_TRX_ALL h, RA_CUSTOMER_TRX_LINES_ALL l,
91: RA_CUST_TRX_TYPES_ALL t
92: WHERE
93: h.customer_trx_id = l.customer_trx_id and
94: h.cust_trx_type_id = t.cust_trx_type_id and
95: l.interface_line_context = 'GEMMS OP' and

Line 109: RA_CUST_TRX_TYPES_ALL t

105: t.name,
106: l.interface_line_attribute1
107: FROM
108: RA_CUSTOMER_TRX_ALL h, RA_CUSTOMER_TRX_LINES_ALL l,
109: RA_CUST_TRX_TYPES_ALL t
110: WHERE
111: h.customer_trx_id = l.customer_trx_id and
112: h.cust_trx_type_id = t.cust_trx_type_id and
113: l.interface_line_context = 'GEMMS OP' and