DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on JA_LOOKUPS

Line 49: Instead of fnd_common_lookups table, ja_lookups table is being referred

45:
46: 8. 29-Jun-2005 ssumaith - bug#4448789 - removal of hr_operating_units.legal_entity_id from this trigger.
47:
48: 9. 17-Aug-2005 Ramananda for bug#4555466 during R12 Sanity Testing. File Version 120.2
49: Instead of fnd_common_lookups table, ja_lookups table is being referred
50:
51: 10 07/12/2005 Hjujjuru for the bug 4866533 File version 120.3
52: added the who columns in the insert into tables JAI_AP_ETDS_REQUESTS and JAI_AP_ETDS_T.
53: Dependencies Due to this bug:-

Line 3158: FROM ja_lookups --fnd_common_lookups /* Ramananda for bug#4555466 */

3154:
3155: v_deductee_state_code NUMBER;
3156: CURSOR c_state_code(p_state_name IN VARCHAR2,p_state_type IN VARCHAR2) IS
3157: SELECT meaning
3158: FROM ja_lookups --fnd_common_lookups /* Ramananda for bug#4555466 */
3159: WHERE lookup_type = p_state_type
3160: AND lookup_code = p_state_name;
3161:
3162: CURSOR c_deductee_pan(p_vendor_id IN NUMBER, p_vendor_site_id IN NUMBER) IS