DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 525: FROM financials_system_parameters;

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

Line 537: 'FINANCIALS_SYSTEM_PARAMETERS');

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

Line 2346: FROM financials_system_parameters;

2342:
2343: BEGIN
2344: SELECT inventory_organization_id
2345: INTO norganization_id
2346: FROM financials_system_parameters;
2347:
2348: EXCEPTION
2349: WHEN NO_DATA_FOUND THEN
2350: ec_debug.pl(0,

Line 2358: 'FINANCIALS_SYSTEM_PARAMETERS');

2354: xProgress,
2355: 'INFO',
2356: 'INVENTORY ORGANIZATION ID',
2357: 'TABLE_NAME',
2358: 'FINANCIALS_SYSTEM_PARAMETERS');
2359: END;
2360: if ec_debug.G_debug_level = 3 then
2361: ec_debug.pl(3,'norganization_id: ',norganization_id);
2362: end if;