DBA Data[Home] [Help]

APPS.JMF_GTA_ARTRX_PROC dependencies on OE_SYS_PARAMETERS_ALL

Line 2781: from OE_SYS_PARAMETERS_ALL

2777: --yao zhang fix bug 7829039 add the following code
2778: begin
2779: select parameter_value
2780: into l_master_org
2781: from OE_SYS_PARAMETERS_ALL
2782: where org_id = p_org_id
2783: and parameter_code = 'MASTER_ORGANIZATION_ID';
2784: EXCEPTION
2785: WHEN no_data_found THEN

Line 3328: from OE_SYS_PARAMETERS_ALL

3324: --The following code is added by Yao Zhang to retrive Item Validation Organization for ou
3325: begin
3326: select parameter_value
3327: into l_master_org
3328: from OE_SYS_PARAMETERS_ALL
3329: where org_id = p_org_id
3330: and parameter_code = 'MASTER_ORGANIZATION_ID';
3331: EXCEPTION
3332: WHEN no_data_found THEN