DBA Data[Home] [Help]

APPS.CSTPSCHK dependencies on STANDARD

Line 12: -- standard cost distribution process. This is

8:
9: -- FUNCTION
10: -- std_cost_dist_hook Cover routine to allow users to customize.
11: -- They will be able to circumvent the
12: -- standard cost distribution process. This is
13: -- called by inltcp.ppc.
14: --
15: -- INPUT PARAMETERS
16: -- I_ORG_ID

Line 51: -- standard cost update process. This is

47:
48: -- FUNCTION
49: -- std_cost_update_hook Cover routine to allow users to customize.
50: -- They will be able to circumvent the
51: -- standard cost update process. This is
52: -- called by cmlicu.ppc.
53: --
54: -- INPUT PARAMETERS
55: -- i_org_id

Line 193: -- std cost update process for standard lot based jobs

189:
190: -- FUNCTION
191: -- std_get_update_scrap_acct_id Routine to allow users to select the account
192: -- to be used for posting scrap adjustments in the
193: -- std cost update process for standard lot based jobs
194: --
195: -- INPUT PARAMETERS
196: -- I_ORG_ID
197: -- I_UPDATE_ID

Line 285: | For inventory organizations using perpectual standard cost method |

281: | For inventory organizations using perpectual actual cost method |
282: | (average or fifo) the join condition to get category accounts is |
283: | based on Cost Group |
284: | |
285: | For inventory organizations using perpectual standard cost method |
286: | the join condition to get the category accounts is |
287: | based on Cost Group under the following setup: |
288: | 1) The organization is Project Reference-able - PJM organization |
289: | 2) The PJM organization Cost Group Option is by Project |

Line 292: | If the above setup is different, for standard costing organization |

288: | 1) The organization is Project Reference-able - PJM organization |
289: | 2) The PJM organization Cost Group Option is by Project |
290: | 3) The Profile Option "CST: Category Account Level" is Cost Group |
291: | |
292: | If the above setup is different, for standard costing organization |
293: | the category account join condition is base on sub-inventories for |
294: | backward compatibility reason to 11i Global Accounting Engine |
295: | |
296: | PARAMETERS: |