DBA Data[Home] [Help]

APPS.OKS_CODE_HOOK dependencies on STANDARD

Line 133: By Default x_hook = 0 which means system would follow standard oracle logic to calculate the header amount

129: x_total := 0;
130:
131: /* To customize this hook, Assign x_hook as 1 and Call the Custom Logic to derive the total amount and total
132: tax. Output parameters of Custom Logic should be x_total(Total Header Amount) and x_tax (Total Tax).
133: By Default x_hook = 0 which means system would follow standard oracle logic to calculate the header amount
134: and tax.
135: */
136:
137: EXCEPTION