DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 526: FROM financials_system_parameters;

522: xProgress := 'POOB-10-1000';
523: BEGIN
524: SELECT inventory_organization_id
525: INTO norganization_id
526: FROM financials_system_parameters;
527:
528: EXCEPTION
529: WHEN NO_DATA_FOUND THEN
530: ec_debug.pl(0,

Line 538: 'FINANCIALS_SYSTEM_PARAMETERS');

534: xProgress,
535: 'INFO',
536: 'INVENTORY ORGANIZATION ID',
537: 'TABLE_NAME',
538: 'FINANCIALS_SYSTEM_PARAMETERS');
539: END;
540: if ec_debug.G_debug_level = 3 then
541: ec_debug.pl(3,'norganization_id: ',norganization_id);
542: end if;

Line 2379: FROM financials_system_parameters;

2375:
2376: BEGIN
2377: SELECT inventory_organization_id
2378: INTO norganization_id
2379: FROM financials_system_parameters;
2380:
2381: EXCEPTION
2382: WHEN NO_DATA_FOUND THEN
2383: ec_debug.pl(0,

Line 2391: 'FINANCIALS_SYSTEM_PARAMETERS');

2387: xProgress,
2388: 'INFO',
2389: 'INVENTORY ORGANIZATION ID',
2390: 'TABLE_NAME',
2391: 'FINANCIALS_SYSTEM_PARAMETERS');
2392: END;
2393: if ec_debug.G_debug_level = 3 then
2394: ec_debug.pl(3,'norganization_id: ',norganization_id);
2395: end if;