DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on CST_ORGANIZATION_DEFINITIONS

Line 223: FROM CST_ORGANIZATION_DEFINITIONS COD

219: x_statement := 20;
220:
221: SELECT COD.CURRENCY_CODE, COD.OPERATING_UNIT
222: INTO x_currency_code, l_operating_unit
223: FROM CST_ORGANIZATION_DEFINITIONS COD
224: WHERE COD.ORGANIZATION_ID = rec_wip_entity.organization_id;
225:
226:
227: x_statement := 30;

Line 1208: the reference to"CST_ORGANIZATION_DEFINITIONS" as an impact of the

1204: -- Get Currency Code for Organization --
1205: ---------------------------------------------------------
1206:
1207: /* The following lines in the select clause has been replaced with
1208: the reference to"CST_ORGANIZATION_DEFINITIONS" as an impact of the
1209: HR-PROFILE option" */
1210:
1211:
1212: SELECT COD.CURRENCY_CODE

Line 1214: FROM CST_ORGANIZATION_DEFINITIONS COD

1210:
1211:
1212: SELECT COD.CURRENCY_CODE
1213: INTO x_currency_code
1214: FROM CST_ORGANIZATION_DEFINITIONS COD
1215: WHERE COD.ORGANIZATION_ID = rec_wip_entity.organization_id;
1216:
1217:
1218: