DBA Data[Home] [Help]

APPS.MIGRATE_BATCH dependencies on FND_PROFILE

Line 41: p_default_loct VARCHAR2 (80) := fnd_profile.VALUE ('IC$DEFAULT_LOCT');

37: /* Removed hard coded schemas per gscc. */
38: /***********************************************************/
39:
40: /* Package variable to hold the trans ids of reversal transactions */
41: p_default_loct VARCHAR2 (80) := fnd_profile.VALUE ('IC$DEFAULT_LOCT');
42:
43: PROCEDURE initialize_migration;
44:
45: FUNCTION get_oprn_id (p_batch_id IN NUMBER, p_batchstep_no IN NUMBER)