DBA Data[Home] [Help]

APPS.CST_ITEMRESOURCECOSTS_GRP dependencies on CST_ORGANIZATION_DEFINITIONS

Line 166: from cst_organization_definitions

162: -- Also return the currency_code
163: l_stmt_num := 50;
164: select currency_code
165: into x_currency_code
166: from cst_organization_definitions
167: where organization_id = p_organization_id;
168:
169: --- Standard check of p_commit
170: IF FND_API.to_Boolean(p_commit) THEN

Line 350: from cst_organization_definitions

346: -- Also return the currency_code
347: l_stmt_num := 30;
348: select currency_code
349: into x_currency_code
350: from cst_organization_definitions
351: where organization_id = p_organization_id;
352:
353: --- Standard check of p_commit
354: IF FND_API.to_Boolean(p_commit) THEN