DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on GL_CODE_COMBINATIONS

Line 460: -- gl_code_combinations.code_combination_id --

456: -- P_REQ_ID Request ID --
457: -- P_PRG_APPL_ID Program Application ID --
458: -- P_PRG_ID Program ID --
459: -- P_ACCOUNT Reference account - should correspond to --
460: -- gl_code_combinations.code_combination_id --
461: -- P_DBT_CRDT Debit / Credit flag - enter 1 for debit --
462: -- -1 for credit --
463: -- will be used to set the sign for both base_txn_value--
464: -- and primary_quantity in MTA --

Line 561: from gl_code_combinations

557: l_api_message := 'P_ACCOUNT';
558: if P_ACCOUNT IS NOT NULL then
559: select 1
560: into l_num
561: from gl_code_combinations
562: where code_combination_id = P_ACCOUNT;
563: end if;
564:
565: -- Check P_DBT_CRDT