DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC dependencies on FND_LOAD_UTIL

Line 2084: f_luby := fnd_load_util.owner_id(P_OWNER);

2080: else
2081: f_luby := 0;
2082: end if;*/
2083:
2084: f_luby := fnd_load_util.owner_id(P_OWNER);
2085:
2086: -- Translate char last_update_date to date
2087: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
2088:

Line 2101: /* if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2097: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2098: /*if ((p_cust_mode = 'FORCE') or
2099: ((f_luby = 0) and (db_luby = 1)) or
2100: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2101: /* if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2102: p_cust_mode))
2103: then*/
2104: -- seed data must not be changed by customers.Hence overwriting data always
2105: -- so that it covers up any changes by mistake

Line 2179: f_luby := fnd_load_util.owner_id(P_OWNER);

2175: else
2176: f_luby := 0;
2177: end if;*/
2178:
2179: f_luby := fnd_load_util.owner_id(P_OWNER);
2180:
2181: -- Translate char last_update_date to date
2182: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
2183:

Line 2197: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2193: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2194: /*if ((p_cust_mode = 'FORCE') or
2195: ((f_luby = 0) and (db_luby = 1)) or
2196: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2197: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2198: p_cust_mode))
2199: then*/
2200: -- seed data must not be changed by customers.Hence overwriting data always
2201: -- so that it covers up any changes by mistake

Line 2314: f_luby := fnd_load_util.owner_id(P_OWNER);

2310: else
2311: f_luby := 0;
2312: end if;*/
2313:
2314: f_luby := fnd_load_util.owner_id(P_OWNER);
2315:
2316: -- Translate char last_update_date to date
2317: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
2318:

Line 2347: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2343: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2344: /*if ((p_cust_mode = 'FORCE') or
2345: ((f_luby = 0) and (db_luby = 1)) or
2346: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2347: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2348: p_cust_mode))
2349: then*/
2350: -- seed data must not be changed by customers.Hence overwriting data always
2351: -- so that it covers up any changes by mistake

Line 2551: f_luby := fnd_load_util.owner_id(P_OWNER);

2547: else
2548: f_luby := 0;
2549: end if;*/
2550:
2551: f_luby := fnd_load_util.owner_id(P_OWNER);
2552:
2553: -- Translate char last_update_date to date
2554: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
2555:

Line 2572: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2568: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2569: /*if ((p_cust_mode = 'FORCE') or
2570: ((f_luby = 0) and (db_luby = 1)) or
2571: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2572: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2573: p_cust_mode))
2574: then*/
2575: -- seed data must not be changed by customers.Hence overwriting data always
2576: -- so that it covers up any changes by mistake

Line 2665: f_luby := fnd_load_util.owner_id(P_OWNER);

2661: else
2662: f_luby := 0;
2663: end if;*/
2664:
2665: f_luby := fnd_load_util.owner_id(P_OWNER);
2666:
2667: -- Translate char last_update_date to date
2668: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
2669:

Line 2685: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2681: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2682: /*if ((p_cust_mode = 'FORCE') or
2683: ((f_luby = 0) and (db_luby = 1)) or
2684: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2685: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2686: p_cust_mode))
2687: then*/
2688: -- seed data must not be changed by customers.Hence overwriting data always
2689: -- so that it covers up any changes by mistake

Line 2782: f_luby := fnd_load_util.owner_id(P_OWNER);

2778: else
2779: f_luby := 0;
2780: end if;*/
2781:
2782: f_luby := fnd_load_util.owner_id(P_OWNER);
2783:
2784: -- Translate char last_update_date to date
2785: f_ludate := nvl(to_date(P_LAST_UPDATE_DATE, 'YYYY/MM/DD'), sysdate);
2786:

Line 2802: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2798: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2799: /*if ((p_cust_mode = 'FORCE') or
2800: ((f_luby = 0) and (db_luby = 1)) or
2801: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2802: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2803: p_cust_mode))
2804: then*/
2805: -- seed data must not be changed by customers.Hence overwriting data always
2806: -- so that it covers up any changes by mistake

Line 2940: f_luby := fnd_load_util.owner_id(P_OWNER);

2936: else
2937: f_luby := 0;
2938: end if;*/
2939:
2940: f_luby := fnd_load_util.owner_id(P_OWNER);
2941:
2942: -- Translate char last_update_date to date
2943: f_ludate := nvl(to_date(P_LAST_UPDATE_DATE, 'YYYY/MM/DD'), sysdate);
2944:

Line 2961: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

2957: -- 5953806 - replaced to if statement to follow FNDLOAD standards
2958: /*if ((p_cust_mode = 'FORCE') or
2959: ((f_luby = 0) and (db_luby = 1)) or
2960: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
2961: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
2962: p_cust_mode))
2963: then*/
2964: -- seed data must not be changed by customers.Hence overwriting data always
2965: -- so that it covers up any changes by mistake

Line 3057: f_luby := fnd_load_util.owner_id(P_OWNER);

3053: else
3054: f_luby := 0;
3055: end if;*/
3056:
3057: f_luby := fnd_load_util.owner_id(P_OWNER);
3058:
3059: -- Translate char last_update_date to date
3060: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
3061:

Line 3077: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

3073: -- 5953806 - replaced to if statement to follow FNDLOAD standards
3074: /*if ((p_cust_mode = 'FORCE') or
3075: ((f_luby = 0) and (db_luby = 1)) or
3076: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
3077: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
3078: p_cust_mode))
3079: then*/
3080: -- seed data must not be changed by customers.Hence overwriting data always
3081: -- so that it covers up any changes by mistake

Line 3190: f_luby := fnd_load_util.owner_id(P_OWNER);

3186: else
3187: f_luby := 0;
3188: end if;*/
3189:
3190: f_luby := fnd_load_util.owner_id(P_OWNER);
3191:
3192: -- Translate char last_update_date to date
3193: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
3194:

Line 3207: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

3203: -- 5953806 - replaced to if statement to follow FNDLOAD standards
3204: /*if ((p_cust_mode = 'FORCE') or
3205: ((f_luby = 0) and (db_luby = 1)) or
3206: ((f_luby = db_luby) and (f_ludate > db_ludate)))*/
3207: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
3208: p_cust_mode))
3209: then*/
3210: -- seed data must not be changed by customers.Hence overwriting data always
3211: -- so that it covers up any changes by mistake

Line 3338: f_luby := fnd_load_util.owner_id(P_OWNER);

3334:
3335: BEGIN
3336:
3337: -- Translate owner to file_last_updated_by
3338: f_luby := fnd_load_util.owner_id(P_OWNER);
3339:
3340: -- Translate char last_update_date to date
3341: f_ludate := nvl(to_date(p_ludate, 'YYYY/MM/DD'), sysdate);
3342:

Line 3351: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,

3347: where name = p_name;
3348:
3349: -- Update record only as per standard
3350:
3351: /*if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,db_ludate,
3352: p_cust_mode))
3353: then*/
3354: -- seed data must not be changed by customers.Hence overwriting data always
3355: -- so that it covers up any changes by mistake