DBA Data[Home] [Help]

APPS.HR_GL_COST_CENTERS dependencies on HR_GL_SYNC_ORGS

Line 2246: -- Package - HR_GL_SYNC_ORGS

2242: -- combination is created.
2243: --
2244: -- Amended procedure to be a wrapper which invokes the new sync orgs
2245: -- code as follows -
2246: -- Package - HR_GL_SYNC_ORGS
2247: -- Procedure - SYNC_SINGLE_ORG()
2248: -- Source - hrglsync.pk[hb]
2249: --
2250: -- NOTE that this introduces a dependency on package HR_GL_SYNC_ORGS

Line 2250: -- NOTE that this introduces a dependency on package HR_GL_SYNC_ORGS

2246: -- Package - HR_GL_SYNC_ORGS
2247: -- Procedure - SYNC_SINGLE_ORG()
2248: -- Source - hrglsync.pk[hb]
2249: --
2250: -- NOTE that this introduces a dependency on package HR_GL_SYNC_ORGS
2251: -- and hence files hrglsync.pkh and hrglsync.pkb
2252: ----------------------------------------------------------------------
2253: --
2254: -- l_incremental_enabled := fnd_profile.value('HR_SYNC_SINGLE_GL_ORG');

Line 2286: hr_gl_sync_orgs.sync_single_org(p_ccid);

2282: -- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ,
2283: -- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
2284: --
2285: -- Invoke new sync orgs in single org mode.
2286: hr_gl_sync_orgs.sync_single_org(p_ccid);
2287: --
2288: -- <<< Code Change End <<<
2289: --
2290: hr_utility.set_location('Leaving : '||l_proc,10);